runtime.bitCursor.offset (method)

4 uses

	runtime (current package)
		type.go#L188: func (b bitCursor) offset(cnt uintptr) bitCursor {
		type.go#L226: 			dst = dst.offset(e.Size_ / goarch.PtrSize)
		type.go#L243: 			buildGCMask(ft, dst.offset(f.Offset/goarch.PtrSize))
		type.go#L248: 			dst = dst.offset(bigField.Offset / goarch.PtrSize)